using LJCNetCommon; var dbColumn = new DbColumn() { ColumnName = "Test", DataTypeName = "int", Value = 1 }; var dbValue = dbColumn;